Never do implicit paints for foreign windows
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Dec 2009 15:09:04 +0000 (10:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Dec 2009 15:09:04 +0000 (10:09 -0500)
commit0748cf563d0d0d03001a62589f13be16a8ec06c1
tree40b13ec35df38c343a4015d0416109865ebce9d5
parent105b00754560b7541a82e225023af743e8e1a34e
Never do implicit paints for foreign windows

They don't need double buffer combination since they have no
client-side children, and creating pixmaps for them is risky
since they could disappear at any time.

May fix bug 598476 and 603652.
gdk/gdkwindow.c